CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - linux server C

搜索资源列表

  1. 通过串口关闭Linux服务器-sled-0.1.tar

    0下载:
  2. linux下通过串口关闭Linux服务器的串口通讯程序 C语言源程序 sled-0.1.tar.gz-Serial closed through the Linux server serial communication procedures C language source sled-0.1.tar.gz
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:56936
    • 提供者:蓝鸥
  1. telnet-server

    0下载:
  2. 基于linux网络C编程-一个简单的telnet服务器
  3. 所属分类:Internet/网络编程

    • 发布日期:2014-01-17
    • 文件大小:3349
    • 提供者:jay
  1. UDP传输server端

    0下载:
  2. linux系统下,基于C语言的UDP传输server端
  3. 所属分类:网络编程

  1. linux TCP UNIX domain

    0下载:
  2. 1、TCP UNIX 2、C/S Mode
  3. 所属分类:源码下载

  1. TCP_socket

    0下载:
  2. Linux C Socket Client.c Server.c
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:1649
    • 提供者:hye
  1. epoll

    1下载:
  2. epoll server.c 应用与linux下-Application and epoll server.c under linux
  3. 所属分类:Linux/Unix编程

    • 发布日期:2017-11-09
    • 文件大小:2029
    • 提供者:shenbo
  1. server

    0下载:
  2. ftp 服务端,运行环境:Unix,Linux,FreeBSD-ftp server, operating environment: Unix, Linux, FreeBSD
  3. 所属分类:Ftp Server

    • 发布日期:2017-04-16
    • 文件大小:16622
    • 提供者:Michael
  1. UDPMcast

    0下载:
  2. Linux 下C++ 多播网络编程,Cient Server都在一起-C under Linux multicast network programming, Cient Server all together
  3. 所属分类:Linux Network

    • 发布日期:2017-04-13
    • 文件大小:2165
    • 提供者:pl
  1. allinone.c

    0下载:
  2. 史上最全功能的Backdoor程序,包含了http服务、socks服务等等。-* allinone.c is * a Http server, * a sockets transmit server, * a shell backdoor, * a icmp backdoor, * a bind shell backdoor, * a like http shell, * it can translate file from remote host, * it c
  3. 所属分类:Linux Network

    • 发布日期:2017-03-31
    • 文件大小:5933
    • 提供者:zheng
  1. FTP_SERVER_SRC

    0下载:
  2. 项目简介:使用Linux下C语言开发,遵循RFC959协议,以命令解析器为核心,利用Socket作为通讯接口,提供上传下载,断点续传,流量控制,连接控制,支持多种常用FTP客户端。 -Project Descr iption: Using the C language under Linux development, follow the RFC959 protocol to the command parser as the core, the use of Socket as a com
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:34735
    • 提供者:杜峰
  1. RemoteProcedureCall

    0下载:
  2. Remote Procedure call implementation in C in Fedora 7(Linux).Socket Programming has been used. Both Server and Client programs has been given
  3. 所属分类:Web Server

    • 发布日期:2017-04-02
    • 文件大小:1335
    • 提供者:pagal
  1. TCP-server-client

    0下载:
  2. linux下基于TCP协议的通信程序,服务器发送和接收数据-communication program in C
  3. 所属分类:Linux Network

    • 发布日期:2017-03-29
    • 文件大小:4126
    • 提供者:kelland
  1. tcp-client-server-c

    0下载:
  2. tcp code for linux in c
  3. 所属分类:Linux Network

    • 发布日期:2017-03-29
    • 文件大小:1443
    • 提供者:ank
  1. server.c

    0下载:
  2. linux平台c语言写成的局域网聊天服务器程序-c language linux platform LAN chat server program written in
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:3689
    • 提供者:张旭
  1. server

    0下载:
  2. Socket programming in linux. server.c describe how to server listen to client by TCP/IP
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-13
    • 文件大小:1658
    • 提供者:Mr. Lam
  1. Linux--server-c--api

    0下载:
  2. Linux服务器上的黑名单 一 环境配置 二.C API 连接数据库 三Tcp IP传输
  3. 所属分类:Linux Network

    • 发布日期:2017-04-25
    • 文件大小:11101
    • 提供者:张焱
  1. UDP协议客户端服务器间视频传输c源码

    0下载:
  2. 此程序利用C语言编程,采用UDP协议实现了Windows客户端与linux服务器端文件的传输。(This program uses C programming language, using the UDP protocol to achieve the Windows client and Linux server-side file transfer.)
  3. 所属分类:网络

    • 发布日期:2017-12-20
    • 文件大小:2048
    • 提供者:xihananhai
  1. http server

    0下载:
  2. 基于linux 通过c 实现web server,适合新手学习,然后通过项目巩固一下知识点,也可以了解http协议。(Linux based on server through C implementation of web, suitable for novices to learn, and then consolidate the knowledge through the project point, you can also understand the HTTP protocol.)
  3. 所属分类:网络编程

    • 发布日期:2017-12-27
    • 文件大小:5120
    • 提供者:睡袋
  1. 如何编写Linux下的客户机_服务器软件.c

    0下载:
  2. linux下服务端客户端通信模型,详细说明了linux下的网络变成和标准客户端/服务器模型的通信细节(model under linux system about the server and the client progrom)
  3. 所属分类:网络编程

    • 发布日期:2018-04-20
    • 文件大小:3072
    • 提供者:是他酷我
  1. Linux高性能服务器编程

    0下载:
  2. A book for Linux Server Programming with C++
  3. 所属分类:网络

    • 发布日期:2018-04-22
    • 文件大小:33209344
    • 提供者:ilovegrape
« 12 3 4 5 6 7 8 9 10 ... 19 »
搜珍网 www.dssz.com